Programming Languages
azw3 |eng | 2018-03-21 | Author:Ryan Mitchell [Mitchell, Ryan]

1 Although many of the techniques described in this chapter can be applied to all or most languages, it’s okay for now to focus on natural language processing in English ...
( Category: Programming Languages June 1,2018 )
epub |eng | 2018-02-11 | Author:Agus Kurniawn & Agus Kurniawan [Kurniawn, Agus]

var tessel = require('tessel'); var portA = tessel.port.A; var portB = tessel.port.B; var redPin = portA.pwm[0]; var greenPin = portA.pwm[1]; var bluePin = portB.pwm[0]; tessel.pwmFrequency(1000); function setColor(red, green, blue){ redPin.pwmDutyCycle(red ...
( Category: Programming Languages May 28,2018 )
epub |eng | 2016-06-13 | Author:Benjamin Bengfort

1 Introduced by Jimmy Lin and Chris Dyer in Data-Intensive Text Processing with MapReduce. Part II. Workflows and Tools for Big Data Science The second part of Data Analytics with ...
( Category: Databases & Big Data May 28,2018 )
mobi, epub |eng | 2018-04-17 | Author:Chetan Giridhar

How it works... In this recipe, we used the blank template to add a two-content layout slide. Let's see what else we did on top of it: In the code, ...
( Category: Programming Languages May 27,2018 )
epub, pdf |eng | | Author:Serge Kruk

Roster # Crew IDs Roster # Crew IDs 0 { 3; 18; 30 } 1 { 4; 4; 36 } 2 { 1; 5; 9 } 3 { 7; 17; ...
( Category: Programming May 26,2018 )
epub |eng | 2015-10-09 | Author:Brian W. Fitzpatrick

This anecdote not only injected a bit of humor into the situation, but also made it easier for Ben and Dean to discuss the effect that Dean’s “train stopping” was ...
( Category: Management & Leadership May 26,2018 )
epub |eng | 2016-08-25 | Author:Colin Bendell, Tim Kadlec, Yoav Weiss, Guy Podjarny, Nick Doyle & Mike McCall

<a class="icon icon-edge" href="https://www.microsoft.com/en-ca/windows/microsoft-edge"> Microsoft Edge </a> <a class="icon icon-chrome" href="https://www.google.com/chrome/"> Chrome </a> <a class="icon icon-firefox" href="https://www.mozilla.org/en-US/firefox/new/"> Firefox </a> <a class="icon icon-safari" href="http://www.apple.com/safari/"> Safari </a> In this example we have ...
( Category: Programming Languages May 23,2018 )
epub, pdf |eng | 2017-10-26 | Author:Eric A. Meyer, Estelle Weyl

( Category: Web Development & Design May 23,2018 )
mobi, epub |eng | 2016-08-25 | Author:Colin Bendell, Tim Kadlec, Yoav Weiss, Guy Podjarny, Nick Doyle, and Mike McCall

Animations Using CSS sprites to do video spriting Games and JavaScript Making a website feel more like a mobile app A comprehensive review of the different techniques and usages can ...
( Category: Programming Languages May 23,2018 )
mobi, pdf |eng | 2017-05-03 | Author:Alex Banks and Eve Porcello

Example 7-3. ./components/hoc/Expandable.js import { Component } from 'react' const Expandable = ComposedComponent => class Expandable extends Component { constructor(props) { super(props) const collapsed = (props.hidden && props.hidden === true) ...
( Category: Programming May 23,2018 )
epub, mobi |eng | 2016-11-25 | Author:Steve Lindstrom

When a group of tabs present in a .tab-group-vertical element are rendered using the CSS in Example 4-11 you’ll see the tabs in Figure 4-2. Figure 4-2. Vertical tabs These ...
( Category: Web Development & Design May 22,2018 )
epub |eng | | Author:Noel Rappin

Advanced Cucumber This section could be titled “Things Cucumber lets you do that are probably bad ideas.” Cucumber allows for a lot of flexibility in how steps match with step ...
( Category: Programming May 22,2018 )
mobi, epub, pdf |eng | 2017-12-15 | Author:Prabhakaran Anbazhagan

Let's dig in further and see what is happening internally and how Entity Framework is processing these queries. We might be thinking that EF Core would be retrieving blog entries ...
( Category: Programming Languages May 22,2018 )
epub |eng | 2017-08-09 | Author:Diego Zanon

Publishing our demo Publishing the static files requires a processing phase due to the fact that we have used JSX to build the React demo. In this case, the Create ...
( Category: Web Development & Design May 21,2018 )
mobi, epub, pdf |eng | 2011-06-30 | Author:Huw Collingbourne

You can call a module’s module methods just as you would call a class’s class methods, using dot notation, like this: MyModule.lose #=> "Sorry, you didn't win" But how do ...
( Category: Programming Languages May 21,2018 )